<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&amp;display=swap');

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14pt;
	hyphens: none;
}


h1 {
	font-size: 24pt;
	color: #1fa824 !important;
	font-weight: 700;
	text-shadow: none;
}

h2 {
	font-size: 18pt;
	color: #9A5F26 !important;
	font-weight: 700;
	text-shadow: none;
}

h3 {
	font-size: 16pt;
	color: #4c12a1 !important;
	font-weight: 700;
	text-shadow: none;
}

.btn, a span.ms-rteStyle-LinkButton {
  -ms-name: "Link Button";
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  padding: 2px 10px;
  margin: .5em;
  font-size: 13.5pt;
  line-height: 1.6;
  border-radius: 3px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  background: #4c12a1;
  color: #fff !important;
  -webkit-box-shadow: -1px 1px 3px -1px #2e2e2e;
  box-shadow: -1px 1px 3px -1px #2e2e2e;
  display: inline-block;
  white-space: nowrap;
  margin-left: 0;
}

.btn:hover {
	background-color: #1fa824;
}

a:hover {
	color: #4c12a1;
}

a:before {
	background-color: #4c12a1;
}

.ms-core-listMenu-horizontalBox {
	max-width: 1500px;
}

#container .Wrapper {
	max-width: 1300px;
}

.Header {
	background-color: #fff;
	color: #000;
	background-image: url(/Style%20Library/Images/PH2023_Logo.png);
	background-size: 7%;
	background-position: .5em;
	box-shadow: 0px 5px 6px -5px #333;
}

.accountMenu .accountMenuItem, span[id*="_Menu_"] {
	color: #000;
}

.accountMenu a {
	color: #000;
	line-height: 1.5;
	padding-right:8px;
}

.accountMenu .accountMenuItem:hover, span[id*="_Menu_"]:hover {
	background-color: #fff;
}

.mainMenu&gt;ul&gt;li.static:hover a.level2.static {
	color: #000;
}

.mainMenu&gt;ul&gt;li.static&gt;a:before, .mainMenu&gt;ul&gt;li.static li.dynamic&gt; :before {
	background-color: #4c12a1;
}

#zz1_TopNavigationMenu a {
	font-size: 11pt;
}

.mainMenu&gt;ul&gt;li.static:nth-child(n + 5) a {
  margin: .5em;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 9px solid transparent;
  text-decoration: none;
  padding: 5px 12px !important;
  line-height: 1.5;
  border-radius: 24px;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
  background-color: #4c12a1;
  color: #fff !important;
  display: inline-block;
}

.mainMenu&gt;ul&gt;li.static ul.level3.dynamic {
	background-color: #1fa824;
	font-size: 14pt;
	font-weight: 700;
}

.mainMenu&gt;ul&gt;li.static ul.level3.dynamic&gt;li.dynamic&gt;*, .mainMenu&gt;ul&gt;li.static ul.level3.dynamic&gt;li.dynamic&gt;a:before {
	background-color: transparent;
	font-weight: bold;
	margin: 0;
}

.mainMenu&gt;ul&gt;li.static ul.level3.dynamic&gt;li.dynamic&gt;*, .mainMenu&gt;ul&gt;li.static ul.level3.dynamic&gt;li.dynamic&gt;a:before:hover {
	color: #000;
}

.mainMenu&gt;ul&gt;li.static ul.level3.dynamic&gt;li.dynamic:hover&gt;* {
	color: #000 !important;
	text-shadow: none;
}

#container .Wrapper *:not([class^="ms-"]) {
	max-width: inherit;
}

#smShare {
	display: none !important;
}

.breadcrumb {
	display: none;
}

.bannerImage {
	background: url('/Style Library/Images/2023_LandingBanner.png');
	background-repeat: no-repeat;
	background-size: 108%;
	height: 350px;
	display: block;
	width: 100%;
	margin-left: -1%;
}

.bannerImageText {
	max-width: 1300px !important;
	padding-top: 1.7%;
	padding-bottom: 2%;
	margin: 0 auto;
	display: none;
}

.bannerImageText h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 43pt;
	color: #fff !important;
	font-weight: 700;
	text-shadow: none;
	margin: 0;
}

.bannerImageText h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 27pt;
	color: #4c12a1 !important;
	font-weight: 700;
	margin: 0;
	line-height: 1.3;
	text-shadow: none;
}

.bannerImageText h4 {
	color: #9A5F26!important;
	line-height: 0.6;
	font-size: 12pt;
	text-shadow: none;
}

.bannerCallout {
	background: #4c12a1;
	text-align: center;
	height: 65px;
	margin-left:  -1%;
	margin-right: -1%;
	margin-top: -1.2%;
}

.bannerCallout a {
	color: #fff !important;
}

.bannerCallout a:hover, .bannerCallout a:visited {
	color: #7acc00 !important;
}

.bannerCallout h2 {
	color: #fff !important;
	font-size: 22pt;
	padding-top: .8%;
	margin: 0;
}

.innerWrapper {
	max-width: 1300px !important;
	margin: 0 auto;
}

h1#pageTitle {
	display: block !important;
	color: #1fa824 !important;
	margin-top: 3%;
	margin-bottom: 2%;
}

h1#pageTitle p {
	max-width: 1300px !important;
	margin: 0 auto;
	color: #1fa824;
}

.meetingTheme {
	background: #7acc00;
	width: 100%;
	height: 311px;
	margin-top: 2.5%;
}

.meetingThemeImage {
	background: #e8e8e8;
	width: 40%;
	z-index: 1000;
	margin-top: -19%;
	margin-left: 3%;
	margin-bottom: 5%;
	height: 330px;
}

.meetingThemeImage img {
	width: 85%;
	vertical-align: middle;
	margin-left:8%;
	margin-right: 8%;
	margin-top: 6%;
	margin-bottom: 6%;
}

.meetingThemeText {
	float: right;
	text-align: left;
	margin-right: 4%;
	width: 47%;
	margin-top: 1%;
}

.meetingThemeText h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22pt;
	color: #fff !important;
	font-weight: 700;
	text-shadow: none;
}

.whyPH{
	display: flex;
	flex-direction: row;	
}

.whyPH1, .whyPH2, .whyPH3{
	width: 22%;
	background: #e8e8e8;
	margin-right: 4%;
}

.whyPH4 {
	width: 22%;
	background: #e8e8e8;
}

.whyPHtext {
	padding: 14%;
}

.whyPHtext a {
	color: #000 !important;
}

.meetingBar {
	background-color: #4c12a1;
	margin: 3% 0 3% -1%;
}

.meetingBarInner {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    max-width: 1300px !important;
    margin: 0 auto;
}

.meetingBarText {
	width: 100%;
	margin-top: 1%;
	margin-bottom: 2%;
}

.meetingBarButton {
	width: 20%;
}

.meetingBar h1, .meetingBar h2, .meetingBar h3, .meetingBar p {
	color: #fff !important;
}

.meetingBar h1 {
	margin-bottom: 1%;
}

.meetingBar .btn {
	background: #fff;
	color: #4c12a1 !important;
	float: right;
}

.speakers {
	display: flex;
	width: 100%;
}

.speakersText {
	width: 50%;
	margin-right: 3%;
}

.speakersText h1 {
	margin-bottom: 1%;
	margin-top: 0;
}

.speakersImage {
	width: 48%;
}

.speakersImage img {
	float: right;
}

.program {
	display: flex;
	width: 100%;
}

.programText {
	width: 53%;
	margin-left: 3%;
}

.programText h1 {
	margin-bottom: 1%;
	margin-top: 0;
}

.programImage {
	width: 44%;
}

.programImage img {
	float: left;
}

.healthSafety {
	background-color: #7acc00;
	margin: 3% 0;
	padding: 0.5% 5% 1.5% 5%;
}

.healthSafety h1 {
	color: #fff !important;
}

.sponsorBorder {
	border-top: 9px solid #1fa824;
	margin: 3% 0 -1% -1%;
	padding: 0.7% 5%;
}

.sponsors {
	max-width: 1300px !important;
	margin: 0 auto;
	padding-left: 1%;
}


.Footer {
	width: 100%;
	background-color: #e8e8e8 !important;
	color: #000;
	text-align: center;
	background: url(/Style%20Library/Images/PH2023_Logo.png) no-repeat;
	background-size: 10%;
	background-position: 1.5em;
}

.footerInner {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    float:  right;
    width: 80%;
}

.follow {
	float: right;
	margin-right: 3.5em;
	width: 29%;
}

.follow h2 {
	color: #000 !important;
	margin-bottom: 0.5em;
}

.follow a {
	color: #000;
}

.icons {
	display: flex;
	width: min-content;
	margin: 0 auto;
}

.facebook::before {
	font: var(--fa-font-brands);
	content: "\f09a";
	font-size: 2em;
	color: #4267b2;
	margin-right: 12px;
}

.twitter::before {
	font: var(--fa-font-brands);
	content: "\f099";
	font-size: 2em;
	color: #00acee;
	margin-right: 12px;
}

.linkedIn::before {
	font: var(--fa-font-brands);
	content: "\f0e1";
	font-size: 2em;
	color: #0e76a8;
}


.copyright a {
	color: #000;
}

.copyright {
	width: 71%;
}


/*MOBILE STYLES*/

@media only screen and (max-width: 1750px) {

	.Header {
		background-size: 10%;
	}
	
	.bannerImage {
		height: 300px;
	}

}

@media only screen and (max-width: 1500px) { 

	.bannerImage {
		height: 262px;
	}
	
	.Footer {
		background-size: 12%;
	}
}

@media only screen and (max-width: 1300px) {

	.Header {
		background-size: 11%;
	}
	
	.bannerImage {
		height: 230px;
	}
	
	.bannerImageText {
		max-width: 87% !important;
		margin: 0 auto;
	}
	
	.innerWrapper {
		max-width: 95% !important;
	}
	
	.meetingThemeImage {
		height: 295px;
	}
	
	.meetingBarInner {
		max-width: 93% !important;
	}
	
	.Footer {
		background-size: 16%;
	}


}

@media only screen and (max-width: 1100px) {
	
	.Header {
		background-size: 10%;
		background-position: 1em;	
	}
	
	.bannerImage { 
		height: 193px;
	}
	
	.meetingThemeImage {
		height: auto !important;
		margin-top: -19%;
	}

}

@media only screen and (max-width: 950px) {
		
	#container .Wrapper *:not([class^="ms-"]) {
		max-width: 100%;
	}
	
	#container .Wrapper {
		max-width: 100% !important;
		width: 100% !important;
		padding: 0;
	}
	
	.bannerImage {
	}
	
	.meetingTheme {
		height: 360px;
	}
	
	.meetingThemeText {
		margin-right: 1%;
		width: 51%;
		margin-top: 0;
	
	}
	
	.meetingThemeImage {
		margin-top: -20.5%;
		width: 43%;
		margin-left: 1.5%;
	}
	
	.Footer {
		background-size: 16%;
		background-position: 1.5em;
	}
	
	.follow {
		margin-right: 0.5em;
	}


}



@media only screen and (max-width: 800px) {

	#zz1_TopNavigationMenu a {
		font-size: 9pt;
	}
	
	.innerWrapper {
		max-width: 97% !important;
	}
	
	.Header {
		background-size: 13%;
		background-position: 0.5em;
	}
	
	.bannerImage {
		height: 150px;
	}
	
	.bannerImageText {
		max-width: 95% !important;
		margin-left: 5%; 
		margin-right: 2%;
	}
	
	.meetingTheme {
		background-color: transparent;
		height: 500px;
	}
	
	.meetingThemeText {
		width: 45%;
		margin-right: 2%;
		margin-top: 0;
		background: #7acc00;
		padding: 3%;
	}
	
	.meetingThemeText h1 {
		margin-top: 0;
	}
	
	.meetingThemeImage {
		margin-left: 0%;
		margin-bottom: 35%;
		width: 51%;
		background: none;
		height: auto !important;
		margin-top: -71%;
	}
	
	.whyPH {
		margin-left: 2%;
		margin-right: 1%;
	}
	
	.whyPHtext {
		padding: 11%;
	}
	
	.whyPH1, .whyPH2, .whyPH3 {
		width: 24%;
		margin-right: 1%;
	}
	
	.whyPH4 {
		width: 24%;
	}
	
	.meetingBarInner {
		max-width: 95% !important;
	}
	
	.speakersImage img {
		width: 100%;
		float: none;
	}
	
	.Footer {
		background-size: 24%;
		background-position: 1.5em;
	}
		
	.follow {
		margin-right: 1.5em;
	}
	
	.footerInner {
		width: 70%;
	}
	
}

@media only screen and (max-width: 640px) {

	.meetingTheme {
		height: auto;
	}
	
	.meetingThemeImage {
		display: none;
	}
	
	.meetingThemeText {
		width: 100%;
		margin: 0 0 6% 0;
	}
	
	img {
		float: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;	
	}
	
	#container .Wrapper *:not([class^="ms-"]) {
		max-width: 100%;
	}
	

}

@media only screen and (max-width: 610px) {

	
	#container .Wrapper{
		margin-top: 4em;
	}
	
	.bannerImage {
		height: 120px;
		background-size: 127%;
	}
	
	.meetingThemeText {
		float: none;
		width: 97% !important;
		text-align: center;
		margin-left: 2%;
		margin-right: 2%;
	}
	
	.whyPHtext p {
		font-size: 11pt;
	}
	
	.Footer {
		background-size: 20%;
		background-position: 0.5em;
	} 
	
	.footerInner {
		width: 81%;
	}
	
	.copyright {
		width: 56% !important;
		font-size: 10pt;
	}
	
}

@media only screen and (max-width: 550px) {

	body {
		font-size: 12pt;
	}
	
	h1 {
		font-size: 22pt;
		color: #1fa824 !important;
	}
	
	h2 {
		font-size: 16pt;
	}
	
	.Header .hamburger span {
		background: #1fa824;
	}
	
	.Header {
		background-size: 21% !important;
		background-position: 1.5em !important;
	}
	
	.mainMenu, .mainMenu&gt;ul {
		background-color: #e8e8e8 !important;
	}
	
	.mainMenu.isOpen ul li {
		color: #000;
		border-bottom: 1.5px solid hsla(0, 0%, 100%, 1.00);
	}
	
	.bannerImage {
		background-size: 140%;
		height: 200px;
	}
	
	.bannerImageText h1 {
		font-size: 22pt;
	}
	
	.bannerImageText h2 {
		font-size: 14pt;
	}
	
	.meetingTheme {
		height: inherit;
		margin-bottom: 3%;
	}
	
	.meetingThemeImage {
		display: none;
	}
	
	.meetingThemeText {
		float: none;
		width: 97% !important;
		text-align: center;
		margin-left: 2%;
		margin-right: 2%;
	}
	
	.meetingThemeText h1 {
		text-align: center;
	}
	
	.whyPlantHealth_Header {
		text-align: center;
	}
	
	.whyPH {
		display: block;
	}
	
	.whyPH1, .whyPH2, .whyPH3, .whyPH4 {
		width: 100% !important;
		margin-bottom: 3%;
		margin-right: 0 !important;
	}
	
	.whyPHtext {
		padding: 8% !important;
	}
	
	.whyPHtext p {
		font-size: 13pt;
	}
	
	.whyPHtext img {
		width: 41% !important;
}
	
	.meetingBarInner {
		display: block;
		text-align: center;
		padding: 2% 0 4% 0;
	}
	
	.meetingBarText {
		width: 100%;
	}
	
	.meetingBarButton {
		width: 100%;
	}
	
	.meetingBar .btn {
		float: none;
	}
	
	.program {
		display: block;
	}
	
	.programText {
		width: 100%;
		text-align: center;
	}
	
	.programImage {
		width: 100%;
	}
	
	.programImage img {
		float: none;
	}
	
	.copyright {
		display: block;
		float: none;
		text-align: center;
		margin-top: 4%;
		margin-left: 2% !important;;
		margin-right: 2%;
	}
	
	.follow {
		float: none !important;
		margin: 0 !important;
	}
	
	.Footer {
		
	}	
	
}

@media only screen and (max-width: 490px) {

	.bannerImage {
		height: 106px;
}

}


</pre></body></html>